home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tech91.zip / TI598.ASC < prev    next >
Text File  |  1991-08-26  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Paradox                                NUMBER  :  598
  9.   VERSION  :  1.0
  10.        OS  :  DOS
  11.      DATE  :  August 26, 1991                          PAGE  :  1/1
  12.  
  13.     TITLE  :  CONNECTING TO VAX/VMS RDB V4.0
  14.  
  15.  
  16.  
  17.  
  18.   The access methods for VAX Rdb/VMS V4.0 have been modified to
  19.   increase the performance of VAX SQL/Services.  These methods are
  20.   provided in three modes: 1. Explicit, 2. Proxy and, 3. Default.
  21.  
  22.   When a VAX Rdb/VMS V4.0 client accesses a VAX Rdb/VMS V4.0
  23.   server, an explicit access method is used.  To provide backward
  24.   compatibility and reliable connections between VAX Rdb/VMS V3.1B
  25.   clients and VAX Rdb/VMS V4.0 servers, the proxy access method
  26.   must be used.
  27.  
  28.   For non-secure systems, the default access method is provided
  29.   for both VAX Rdb/VMS V3.1B clients and VAX Rdb/VMS 4.0 clients.
  30.   This provides access to the SQLSRV$SRV default account if the
  31.   default account has been enabled on the server.
  32.  
  33.   Because Paradox SQL-Link operates as a V3.1B client, proxy access
  34.   must be created on the server.
  35.  
  36.   Proxy access permits SQL-Link to access the server when the node
  37.   name is specified in a sqlsrv_associate routine call and an
  38.   entry exists for the incoming application request in the
  39.   SQLSRV$PROXY.DAT file.  The proxy file resides in the
  40.   SYS$STARTUP directory on the server system.  What needs to be
  41.   defined in the SQLSRV$PROXY.DAT file on the server is for all
  42.   users from a node to have access to the server.  This is done by
  43.   defining access as follows in the SQLSRV$PROXY.DAT file on the
  44.   VAX Rdb/VMS V4.0 Server system:
  45.  
  46.           ADD/PROXY REMOTE_NODENAME::REMOTE_USERNAME LOCAL_USERNAME
  47.  
  48.   This allows user LOCAL_USERNAME to access REMOTE_NODENAME under
  49.   the proxy of REMOTE_USERNAME.
  50.  
  51.   To initialize proxy access you must first shut down SQL/Services,
  52.   edit the SQLSRV$PROXY.DAT file as suggested above, then restart
  53.   SQL/Services.
  54.  
  55.   For additional information, please refer to your VAX Rdb/V4.0
  56.   Accessing SQL/Services documentation.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.